func runtime.gwrite

24 uses

	runtime (current package)
		debuglog.go#L723: 			gwrite(b)
		hexdump.go#L192: 		gwrite(lineBuf[:nlPos+1])
		hexdump.go#L222: 	gwrite(buf)
		hexdump.go#L264: 		gwrite(spaces[:])
		hexdump.go#L267: 	gwrite(spaces[:m.chars])
		print.go#L89: func gwrite(b []byte) {
		print.go#L130: 	gwrite(strconv.AppendFloat(buf[:0], v, 'g', -1, 64))
		print.go#L138: 	gwrite(strconv.AppendFloat(buf[:0], float64(v), 'g', -1, 32))
		print.go#L146: 	gwrite(strconv.AppendComplex(buf[:0], c, 'g', -1, 128))
		print.go#L154: 	gwrite(strconv.AppendComplex(buf[:0], complex128(c), 'g', -1, 64))
		print.go#L164: 	gwrite(buf[i:])
		print.go#L183: 	gwrite(buf[i:])
		print.go#L205: 	gwrite(buf[i:])
		print.go#L214: 	gwrite([]byte(`"`))
		print.go#L218: 			gwrite([]byte(`\n`))
		print.go#L221: 			gwrite([]byte(`\r`))
		print.go#L224: 			gwrite([]byte(`\t`))
		print.go#L228: 			gwrite([]byte{byte('\\'), byte(r)})
		print.go#L233: 			gwrite([]byte{byte(r)})
		print.go#L235: 			gwrite(bytes(`\x`))
		print.go#L238: 			gwrite(bytes(`\u`))
		print.go#L241: 			gwrite(bytes(`\U`))
		print.go#L245: 	gwrite([]byte{byte('"')})
		print.go#L257: 	gwrite(bytes(s))